Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue/63 - WP-CLI cache/compression toggle commands #76

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

pattonwebz
Copy link

@pattonwebz pattonwebz commented Nov 3, 2017

Adds a set of simple commands for operating with simple-cache options. Current able to toggle caching on/off and gzip compression on/off using commands in this format:

  • wp simple-cache on
  • wp simple-cache off
  • wp simple-cache on --option=compression
  • wp simple-cache off --option=compression
  • wp simple-cache on --option=cache
  • wp simple-cache off --option=cache

This is a starting point and could be refactored to make it more DRY and to accommodate all of the plugin options. Partial work towards this issue: #63

@pattonwebz pattonwebz changed the title Issue/63 Issue/63 - WP-CLI cache/compression toggle commands Nov 3, 2017
@pattonwebz
Copy link
Author

Hey @tlovett1 you think there is still interest in this one?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant